home *** CD-ROM | disk | FTP | other *** search
/ Super Screensavers Collection 2.0 / Super Screen Savers Collection.iso / A / AWSMCAT.ZIP / INSTALL.BAT < prev   
Encoding:
DOS Batch File  |  1996-06-10  |  360 b   |  19 lines

  1. @echo off
  2.  
  3. set destination=%windir%
  4. if exist %windir%\win.com goto copy_files
  5.  
  6. :prompt_for_path
  7. what s "Enter the path to your windows directory (e.g. c:\windows) "
  8. set destination=%what%
  9. if exist %what%\win.com goto copy_files
  10.  
  11. goto prompt_for_path
  12.  
  13. :copy_files
  14. copy *.rdr %destination%\render
  15. echo .
  16. echo Screen rendering installed!
  17. pause
  18.  
  19.